home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / general.programming / comp.programming_626_000006.msg < prev    next >
Encoding:
Text File  |  1994-11-27  |  1.4 KB  |  42 lines

  1. Newsgroups: comp.programming
  2. Path: dd.chalmers.se!news.chalmers.se!sunic!EU.net!uunet!cs.utexas.edu!utnut!torn!newshub.ccs.yorku.ca!oz
  3. From: oz@ursa.sis.yorku.ca (Ozan S. Yigit)
  4. Subject: Re: Best way to manage memory in a text editor
  5. In-Reply-To: alex@bilver.oau.org's message of Sun, 5 Dec 1993 17:19:02 GMT
  6. Message-ID: <OZ.93Dec6221357@ursa.sis.yorku.ca>
  7. Followup-To: comp.programming
  8. Sender: news@newshub.ccs.yorku.ca (USENET News System)
  9. Organization: The Electric Skillet
  10. References: <1993Dec5.171902.21420@bilver.oau.org>
  11. Date: Tue, 7 Dec 1993 03:13:57 GMT
  12. Lines: 1274
  13.  
  14. Alex Matulich asks for some ideas on memory management for
  15. his editor:
  16.     [some ideas he came across]
  17.  
  18.    That's all I could think of.  Does anybody else have any better ideas, or
  19.    recommendations?  How do most text editors handle this issue? 
  20.  
  21. you already know about the finseth book, which is an ok reference,
  22. but for additional ideas, take a look at pike's article at SP&E[1]
  23. and the oberon book[2]. if you want to use buffer-gap or something
  24. like it, here is some code by Lars Wirzenius that may help you get
  25. started.
  26.  
  27. oz
  28. ---
  29. [1] Rob Pike.
  30.     The Text Editor sam
  31.     Software--Practice and Experience (17), 813-845.
  32.     1987
  33.     [ftp-able as nexus.yorku.ca:pub/oz/sam.ps.Z]
  34.  
  35. [2] Wirth & Gutknecht
  36.     Project Oberon: The Design of an Operating System & Compiler
  37.     Addison-Wesley
  38.     1993
  39. ---
  40.  
  41. [...]
  42.